home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.0 / Video Toaster v4.0.iso / arexx / editor / replay.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-10  |  389b  |  17 lines

  1. /* RePlay.rexx -- Replay project from end                   */
  2. /* By Bob Caron © 1995 NewTek Inc.                          */
  3.  
  4. OPTIONS RESULTS
  5. TOASTERLIB="ToasterARexx.port"
  6. REXXLIB = "rexxsupport.library"
  7. call remlib('ToasterARexx.port')
  8. call remlib('PROJECT_REXX_PORT')
  9.  
  10. call addlib('PROJECT_REXX_PORT' , 0)
  11.  
  12. call projectstop()
  13. call projectplay()
  14.  
  15. call remlib('PROJECT_AREXX_PORT')
  16. exit
  17.